home *** CD-ROM | disk | FTP | other *** search
- Path: columba.udac.uu.se!sabik!m93kma
- From: m93kma@sabik.tdb.uu.se (Kristofer Maad)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Visual E - New E Developer Tool - vedev.gif (0/1)
- Date: 30 Mar 1996 11:34:14 GMT
- Organization: Uppsala University
- Message-ID: <4jj67m$23ck@columba.udac.uu.se>
- References: <68772090@0humpty.tomate.tng.oche.de> <Dou4u8.2H1@cix.compulink.co.uk> <1364.6662T179T2407@sn.no>
- NNTP-Posting-Host: sabik.tdb.uu.se
- X-Newsreader: TIN [version 1.2 PL2]
-
- Petter E. Stokke (arstokke@sn.no) wrote:
- : Actually, C++ not only deallocates memory, but it also automatically
- : calls class destructors for any objects not already destroyed at the
- : point of exit. Well, at least, it /should/ be doing that... That's a
- : feature sorely missing in E.
-
- Well, I don't think it works this way on the Unix systems I use
- (SunOS/Solaris)... The memory gets deallocated through the
- resource-tracking of the OS, not because of the compiler. And the
- destructors don't get called if you terminate the program prematurely
- (i.e. everything other than a return from main(), like an abort()
- etc.).
-
- /Kristofer
-
- --
- Name: Kristofer Maad | "The satisfaction in making a 'crash-
- Snail: Stureg. 12A, 3tr. | proof' system screw up completely
- 753 14 Uppsala | almost makes it worthwhile." /Kris
- Phone: 018-51 11 44 |
- E-Mail: m93kma@student.tdb.uu.se | <http://www.update.uu.se/~kris/>
-